html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'biro-script';
    src: url('../fonts/biro-script/BiroScriptPlus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-text';
    src: url('../fonts/brandon-text/BrandonText-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-text';
    src: url('../fonts/brandon-text/BrandonText-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans';
    src: url('../fonts/fira-sans/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans';
    src: url('../fonts/fira-sans/FiraSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'fira-sans';
    src: url('../fonts/fira-sans/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'fira-sans';
    src: url('../fonts/fira-sans/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


html, body {
  overflow: hidden;
}

body {
  font-family: 'fira-sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #332A2A;
  background-color: #fff;
}

body.movin,
body.movin * {
  cursor: col-resize !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  font-family: 'fira-sans', 'Helvetica Neue', helvetica, arial, sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  cursor: default;
}

img {
  pointer-events: none;
}

.logo {
  position: absolute;
  top: 2.33333em;
  left: 2.33333em;
  width: 8.5em;
  height: 1.777777777777778em;
  z-index: 29;
}
.logo svg {
  width: 8.5em;
  height: 1.777777777777778em;
  fill: #CD0921;
  transition: fill 0.3s ease-in-out;
}
.part-2 .logo svg,
.part-3 .logo svg {
  fill: #FAF6F2;
}
.logo.red svg {
  fill: #CD0921 !important;
}

.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.none {
  display: none !important;
}

.hidden {
  opacity: 0;
  transition-property: none;
}

.relative {
  position: relative;
}

.scroll-action.default {
  transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s;
  transition-property: transform, opacity;
  transform: translateY(0);
  opacity: 1;
}
.scroll-action.default.above {
  transform: translateY(0);
  opacity: 0;
}
.scroll-action.default.below {
  transform: translateY(6vw);
  opacity: 0;
}

b, strong, .bold {
  font-weight: 900;
}

i, .italic {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-family: 'brandon-text', 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 1.142857;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
h1 {
  font-size: 5em;
  line-height: 1.22222;
  margin-bottom: 0.35em;
}
h1 b {
  font-weight: bold;
}
h2 {
  font-size: 3.33333em;
  margin-bottom: 0.15em;
}
h3 {
  font-size: 3.33333em;
  line-height: 1;
  margin-bottom: 0.15em;
}
.part-1 h2 {
  color: #4D001B;
}

p {
  font-size: 1em;
  line-height: 1.44444;
  margin: 0 0 0.5em;
}

ul {
  list-style-position: outside;
  padding: 0 0 0.5em 1.3em;
}

ul li {
  list-style-type: disc;
  margin-bottom: 0.2em;
}

a {
  -webkit-touch-callout: none;
}

.no-pointer-events {
  pointer-events: none !important;
}

.area {
  width: 100%;
  padding: 0 1.94444em;
}
.start.area {
  padding: 0;
}
.start.area.padding-top {
  padding-top: 6em;
}

.inner {
  position: relative;
  width: 1534px;
  padding: 0 4em;
  margin-right: auto;
  margin-left: auto;
}
.inner.padding-top {
  padding-top: 6em;
}
.inner.padding-bottom {
  padding-bottom: 8em;
}

.main-content-c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}

.main-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  transform: translateX(0);
  transition: all 0.8s ease;
  transition-property: opacity, transform;
  overflow: hidden;
}
.main-content.module {
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform: translateY(0) scale(1);
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.5);
}
.main-content.fade-in {
  opacity: 0;
}
.main-content.instant {
  transition-duration: 0s;
}

.main-content.module.fade-out {
  transition-duration: 0.4s;
  opacity: 0;
  transform: translateY(-5vh) scale(0.9);
}
.main-content.module.fade-in {
  transform: translateY(5vh) scale(0.9);
}

.main-content.module {
  overflow: hidden;
}

.mobile-show {
  display: none;
}

.mobile-show-2 {
  display: none;
}

@media (min-width: 769px) and (max-width: 1533px) {
  body {
    font-size: 1.163vw;
  }

  .inner {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .inner {
    padding: 0 3em;
  }
}

@media (min-width: 1921px) and (max-width: 2241px) {
  body {
    font-size: 0.937011972930765vw;
  }

  .inner {
    width: 79.854242581988548vw;
  }
}

@media (min-width: 2242px) {
  body {
    font-size: 21px;
  }

  .inner {
    width: 1790px;
  }
}

@media (min-width: 769px) and (min-aspect-ratio: 2/1) {
  body {
    font-size: 1.9vh;
  }

  .inner {
    width: 85.22222em;
  }
}

@media (min-width: 769px) and (min-width: 1240px) and (min-aspect-ratio: 12/5) {
  body {
    font-size: 2.1vh;
  }

  .inner {
    width: 85.22222em;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2.25em;
  }
}

@media (max-width: 650px) {
  .logo {
    top: 24px;
    left: 24px;
    width: 7em;
    height: 1.46405229em;
  }

  .logo svg {
    width: 7em;
    height: 1.46405229em;
  }

  .mobile-hide-2 {
    display: none !important;
  }

  .mobile-show-2 {
    display: block !important;
  }
}

@media (max-width: 550px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }
}

@media (max-width: 450px) {
  body {
    font-size: 14px;
  }

  .logo {
    width: 6em;
    left: 20px;
    height: 1.25490196em;
  }

  .logo svg {
    width: 6em;
    height: 1.25490196em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 2em;
  }
}

@media (max-width: 375px) {
  body {
    font-size: 12px;
  }
}.col-white {
  color: #fff;
}

.col-pale-peach {
  color: #F7E1D5;
}

.col-warm-white {
  color: #FAF6F2;
}

.col-light-green {
  color: #D2EDAF;
}

.bg-white {
  background-color: #fff;
}

.bg-warm-white {
  background-color: #FAF6F2;
}

.bg-pale-peach {
  background-color: #F7E1D5;
}

.bg-burgendy,
.part-1 .view-intro-bg {
  background-color: #4D001B;
}

.bg-dark-green,
.part-2 .view-intro-bg {
  background-color: #093021;
}

.bg-dark-blue,
.part-3 .view-intro-bg {
  background-color: #0D1440;
}button,
a.button {
  display: inline-block;
  font-family: 'brandon-text';
  font-size: 1em;
  line-height: 1.222222;
  border-radius: 1.61111em;
  padding: 0.77778em 1.4em 0.88889em;
  margin-right: 0.83333em;
  background-color: #CD0921;
  border: #CD0921 0.11111em solid;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition-property: opacity, transform, background-color, border-color, box-shadow;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

button:last-child,
a.button:last-child {
  margin-right: 0;
}

button[disabled],
a.button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

button *,
a.button * {
  cursor: pointer;
  pointer-events: none;
}

button.secondary,
a.button.secondary {
  font-weight: normal;
  background-color: transparent;
  border-color: #4D001B;
  color: #4D001B;
  text-underline-offset: 0.11111em;
}
button.secondary.white,
a.button.secondary.white {
  border-color: #FAF6F2;
  color: #FAF6F2;
}
button.secondary.dark-green,
a.button.secondary.dark-green {
  border-color: #093021;
  color: #093021;
}

a.button.download,
button.download {
  padding-left: 3.5em;
  background-image: url('../images/icons/download.svg');
  background-repeat: no-repeat;
  background-size: 1.11111111em 1.44444444em;
  background-position: 1.5em 50%;
}

button.close,
a.button.close {
  background-color: transparent !important;
  background-repeat: no-repeat;
  line-height: 1.2;
  border: 0;
  position: absolute;
  top: 2em;
  right: 1.11111em;
  white-space: nowrap;
}

button.close span,
a.button.close span {
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease-in-out;
}

button.close.small,
a.button.close.small {
  right: 0;
  top: 0;
  padding: 0.5em;
  line-height: 1;
}
button.close.small span,
a.button.close.small span {
  font-size: 0.88889em;
}

button.close svg {
  width: 1.11111em;
  height: 1.11111em;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
  vertical-align: middle;
  margin-left: 0.5em;
}
button.close.dark svg {
  fill: #291710;
}

button.close.dark span,
a.button.close.dark span {
  color: #291710;
}

button.direction,
a.button.direction {
  padding: 0;
  width: 3.16667em;
  height: 3em;
  border-radius: 0.88889em;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.direction svg,
a.button.direction svg {
  width: 0.88889em;
  height: 0.88889em;
  fill: #FAF6F2;
}
button.secondary.direction svg,
a.button.secondary.direction svg {
  fill: #4D001B;
}
button.secondary.white.direction svg,
a.button.secondary.white.direction svg {
  fill: #FAF6F2;
}
button.secondary.dark-green.direction svg,
a.button.secondary.dark-green.direction svg {
  fill: #093021;
}

button.link,
a.button.link {
  font-weight: normal;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #291710;
  text-underline-offset: 0.11111em;
  text-decoration: underline;
}

button.expand-close {
  width: 2.22222em;
  height: 2.22222em;
  border-radius: 50%;
  background-color: #CD0921;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.expand-close.completed {
  background-color: #CD0921 !important;
}

button.expand-close > span {
  display: block;
  width: 2.22222em;
  height: 2.22222em;
  background: transparent url('../images/icons/expand-white.svg') no-repeat;
  background-size: 100%;
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}

.expanded button.expand-close,
.expanded button.expand-close.completed {
  background-color: #291710 !important;
}

.expanded button.expand-close > span {
  transform: rotate(-45deg);
}

.expanded button.expand-close.completed > span {
  background: transparent url('../images/icons/expand-white.svg') no-repeat;
}

button.expand-close.completed > span {
  background: transparent url('../images/icons/completed-white.svg') no-repeat;
}


button.sound {
  background-color: transparent !important;
  background-repeat: no-repeat;
  line-height: 1.2;
  border: 0;
  white-space: nowrap;
  min-width: auto;
}

button.sound > span {
  display: inline-block;
  vertical-align: middle;
}

button.sound > span:first-child {
  transition: color 0.3s ease-in-out;
  text-align: right;
  padding-right: 0.2em;
}
.inverted button.sound > span:first-child {
  color: #291710;
}
button.sound > span:first-child > span:nth-child(1) {
  display: block;
}
button.sound > span:first-child > span:nth-child(2) {
  display: none;
}
button.sound.off > span:first-child > span:nth-child(1) {
  display: none;
}
button.sound.off > span:first-child > span:nth-child(2) {
  display: block;
}
button.sound > span:first-child > span:nth-child(3) {
  opacity: 0.5;
}

button.sound > span:last-child {
  width: 3.3125em;
  height: 3.3125em;
  border-radius: 50%;
  background: #CD0921 url('../images/icons/audio.svg') no-repeat;
  background-size: 3.3125em 6.625em;
  background-position: 0 0;
  margin-left: 0.5em;
  transition: all 0.3s ease-in-out;
  transition-property: opacity, transform, background-color, box-shadow;
}
button.sound.off > span:last-child {
  background-position: 0 100%;
}

button.toggler {
  border: 0;
  width: 11.22222em;
  height: 4.83333em;
  border-radius: 2.416665em;
  background-color: #FAF6F2;
  padding: 0.416667em;
}

button.toggler > span,
button.toggler > span > span {
  display: block;
  width: 4em;
  height: 4em;
}
button.toggler > span {
  transition: transform 0.5s ease;
}
.toggled button.toggler > span {
  transform: translateX(6.388886em);
}
button.toggler > span > span {
  background-color: #093021;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
}
.bounce-toggler button.toggler > span > span {
  animation: toggler 5s ease-in-out infinite;
  animation-fill-mode: forwards;
}
button.toggler > span > span > span {
  display: block;
  width: 4em;
  height: 8em;
  background: transparent url('../images/icons/toggler-bg.svg') no-repeat;
  background-size: 4em 8em;
  background-position: 0 0;
  transition: transform 0.5s ease;
}
.toggled button.toggler > span > span > span {
  transform: translateY(-4em);
}

@keyframes toggler {
  35% {
		transform: translateX(0);
	}
  40% {
		transform: translateX(0.25em);
	}
  45% {
		transform: translateX(-0.20em);
	}
  50% {
		transform: translateX(0.10em);
	}
  55% {
		transform: translateX(0);
	}
  100% {
    transform: translateX(0);
  }
}

@media (hover: hover) {
  button:hover,
  a.button:hover {
    transition-duration: 0.1s;
    background-color: #930417;
    border-color: #930417;
  }

  button.secondary:hover,
  a.button.secondary:hover {
    color: #fff;
  }

  button.secondary.white:hover,
  button.secondary.dark-green:hover {
    border-color: #930417;
  }

  button.secondary.direction:hover svg,
  a.button.secondary.direction:hover svg {
    fill: #FAF6F2;
  }

  button.expand-close:hover {
    transform: scale(1.1);
    background-color: #930417;
  }

  .expanded button.expand-close:hover {
    background-color: #930417;
  }

  button.toggler:hover {
    background-color: #fff;
  }

  button.toggler:hover > span > span {
    transition-duration: 0.1s;
    background-color: #291710;
    animation: none;
  }

  button.sound:hover > span:last-child {
    transition-duration: 0.1s;
    background-color: #930417;
  }
}

button.touched,
a.button.touched {
  transition-duration: 0s;
  background-color: #930417;
  border-color: #930417;
}

button.secondary.touched,
a.button.secondary.touched {
  color: #fff;
}

button.secondary.direction.touched svg,
a.button.secondary.direction.touched svg {
  fill: #FAF6F2;
}

button.expand-close.touched {
  transform: scale(1.1);
  background-color: #930417;
}

.expanded button.expand-close.touched {
  background-color: #930417;
}

button:focus,
a.button:focus {
  transition-duration: 0.1s;
  background-color: #930417;
  border-color: #930417;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

button.secondary:focus,
a.button.secondary:focus {
  color: #fff;
}

button.secondary.direction:focus svg,
a.button.secondary.direction:focus svg {
  fill: #FAF6F2;
}

button.expand-close:focus {
  transform: scale(1.1);
  background-color: #930417;
}

.expanded button.expand-close:focus {
  background-color: #930417;
}

button.toggler.touched,
button.toggler:focus {
  background-color: #fff;
}

button.toggler.touched > span > span,
button.toggler:focus > span > span {
  transition-duration: 0.1s;
  background-color: #291710;
}

button.sound:focus {
  box-shadow: none;
}

button.sound.touched > span:last-child,
button.sound:focus > span:last-child {
  transition-duration: 0.1s;
  background-color: #930417;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  button.toggler {
    width: 8.416665em;
    height: 3.6249975em;
    border-radius: 1.81249875em;
    padding: 0.312495em;
  }

  button.toggler > span,
  button.toggler > span > span {
    width: 3em;
    height: 3em;
  }
  .toggled button.toggler > span {
    transform: translateX(4.7916645em);
  }
  button.toggler > span > span > span {
    width: 3em;
    height: 6em;
    background-size: 3em 6em;
  }
  .toggled button.toggler > span > span > span {
    transform: translateY(-3em);
  }
}.full-size {
  width: 100vw;
  height: 100vh;
}

.info .text {
  transform: rotate(-4deg);
  font-family: 'biro-script';
  font-size: 2.77778em;
  line-height: 0.68;
  color: #291710;
}

.close-c {
  position: absolute;
  z-index: 30;
  top: 1.5em;
  right: 1.5em;
}

.view-intro-c .c {
  width: 100vw;
}

.view-intro-c .t-c {
  position: relative;
  width: 68.05556em;
  padding: 3em 0;
  margin: 0 auto;
  text-align: center;
}
.part-2 .view-intro-c .t-c,
.part-3 .view-intro-c .t-c {
  padding-top: 2.5em;
}

.view-intro-c .t-c .tag {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
  font-family: 'biro-script';
  font-size: 2.77778em;
  line-height: 0.68;
  color: #F7E1D5;
}
.part-2 .view-intro-c .t-c .tag {
  left: 1.2em;
}
.part-3 .view-intro-c .t-c .tag {
  left: 2.5em;
}

.part-1 .view-intro-c .t-c h1 {
  color: #F7E1D5;
}
.part-1 .view-intro-c .t-c h1 b {
  color: #CD0921;
}
.part-2 .view-intro-c .t-c h1 {
  color: #FAF6F2;
}
.part-2 .view-intro-c .t-c h1 b {
  color: #D2EDAF;
}
.part-3 .view-intro-c .t-c h1 {
  color: #FAF6F2;
}
.part-3 .view-intro-c .t-c h1 b {
  color: #FFF0C2;
}

.view-intro-c .t-c .t {
  width: 28.166667em;
  margin: 0 auto 3em;
}
.part-2 .view-intro-c .t-c .t {
  width: 31em;
}
.part-3 .view-intro-c .t-c .t {
  width: 36em;
}

.view-intro-c .t-c p {
  color: #F7E1D5;
}

.view .area .v-c {
  width: 74em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part-2 .view .area .v-c {
   justify-content: center;
}

.view .area .v-c .t-c {
  position: relative;
  width: 30.44444em;
}

.part-2 .view .area .v-c .t-c {
  width: 39em;
  text-align: center;
}

.part-2 .view .area .v-c .t-c h2 {
  margin-bottom: 0.8em;
}

.part-2 .view .area .v-c .t-c .b-c {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.view .area .v-c .t-c button {
  margin-top: 2.5em;
}

.view .area .v-c .t-c .info {
  position: absolute;
  right: 0;
  bottom: -7.2em;
  left: 0;
  margin: 0 auto;
  width: 21.33333em;
  height: 10em;
  pointer-events: none;
  transform: translate(-9.5em, 5em);
  opacity: 0;
  transition: all 0.5s ease 0.8s;
  transition-property: transform, opacity;
}
.view .area .v-c .t-c .info.fade-in {
  opacity: 1;
  transform: translate(-9.5em, 0);
}
.view .area .v-c .t-c .info.fade-out {
  opacity: 0;
}
.view .area .v-c .t-c .info .arrow {
  position: absolute;
  top: 0;
  right: 4.6em;
  width: 3.61111em;
  height: 3.88889em;
  background: transparent url('../images/arrow-1-warm-white.svg') no-repeat;
  background-size: 100% 100%;
}
.view .area .v-c .t-c .info .text {
  margin-top: 2em;
}
.part-2 .view .area .v-c .t-c .info .text {
  color: #D2EDAF;
}

.view .area .v-c .divider-1 {
  width: 3.27778em;
  height: 16.16667em;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 1em;
}
.view .area .v-c .divider-1.burgendy {
  background-image: url('../images/divider-1-burgendy.svg');
}

.view .area .v-c .fact-box {
  width: 17.22222em;
  padding: 2em 2.5em;
  margin-right: 8.61111em;
  border-radius: 1.33333em;
  background-size: 100%;
}
.view .area .v-c .fact-box.red {
  background: #CD0921;
}

.view .area .v-c .fact-box > div {
  font-family: 'brandon-text';
  font-weight: bold;
  font-size: 1.33333em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #FAF6F2;
}

.view .area .v-c .fact-box > div ul {
  padding: 0 0 0.4em 0.5em;
}
.view .area .v-c .fact-box > div ul:last-child {
  padding-bottom: 0;
}

.view .area .v-c .fact-box > div ul li {
  list-style-type: '-';
  padding: 0 0 0.35em 0.3em;
}
.view .area .v-c .fact-box > div ul li:last-child {
  padding-bottom: 0;
}

.view .bg-fullheight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vh;
  max-width: 100vw;
  pointer-events: none;
}

.view .area .info-c {
  width: 100vw;
  margin: 0 10.88889em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view .area .info-c.margin-bottom {
  margin-bottom: 5em;
}

.view .area .info-c .t-c {
  width: 31.27778em;
  color: #FAF6F2;
}

.view .area .info-c .t-c h2 {
  margin: 0 1.5em 0.4em 0;
  line-height: 1;
}

.view .area .info-c .s-c {
  width: 43.72222em;
  margin-top: 4.5em;
}

.view .area .info-c .s-c > div {
  transition: all 0.5s ease-out;
  transition-property: opacity, transform;
}
.view .area .info-c .s-c > div.forward-out {
  opacity: 0;
  transform: translateY(-7em);
  transition-timing-function: ease-in-out;
}
.view .area .info-c .s-c > div.forward-in {
  opacity: 0;
  transform: translateY(7em);
  transition-timing-function: ease-out;
}

.view .area .info-c .s-c .t {
  color: #FAF6F2;
  max-width: 33em;
}

.view .area .info-c .s-c .t h3 {
  font-family: 'fira-sans';
  font-size: 1.44444em;
  line-height: 1.23077;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.4em;
}

.view .area .info-c .s-c .t p {
  margin-bottom: 2em;
}

.sound-c {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 30;
}
.sound-c.hidden {
  opacity: 0;
}

.sound-c button {
  margin-right: 0;
}

.sound-c .info {
  position: absolute;
  top: 7em;
  right: 6.2em;
  white-space: nowrap;
  transition: all 0.75s ease;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(1.5em);
  pointer-events: none;
}
.sound-c .info.show {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sound-c .info.show.fade-out {
  transition-delay: 0s;
  opacity: 0;
}

.sound-c .info .arrow {
  position: absolute;
  right: -3.5em;
  top: -2em;
  width: 3.111112em;
  height: 2.888888em;
  background-size: 100% 100%;
  background: transparent url('../images/arrow-4-pale-peach.svg') no-repeat;
}

.sound-c .info .text {
  color: #F7E1D5;
}


@media (min-width: 769px) and (max-width: 1820px) {
  .view .area .info-c {
    margin: 0 7em;
  }
}

@media (min-width: 769px) and (max-width: 1699px) {
  .view .area .info-c {
    margin: 0 4em;
  }
}

@media (min-width: 769px) and (min-aspect-ratio: 2/1) {
  .view .area .info-c {
    max-width: 200vh;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5em 0 5em;
  }
}

@media (max-width: 768px) {
  .part-2 .view .area .v-c .t-c {
    width: calc(100vw - 64px);
  }

  .view .area .v-c .t-c .info {
    bottom: -8.2em;
  }

  .view-intro-c .t-c .tag {
    font-size: 2.125em;
  }

  .view .area .v-c {
    width: calc(100% - 64px);
  }

  .view .area .v-c .t-c button {
    margin-top: 1.5em;
  }

  .view .area .v-c .divider-1 {
    width: 4.91667em;
    height: 24.25em;
    background-position: 0 50%;
  }

  .view .area .v-c .fact-box {
    width: 17.22222em;
    padding: 2em 2.5em;
    margin-right: 0;
  }

  .close-c {
    top: 16px;
    right: 16px;
  }

  .info .text {
    font-size: 2.125em;
  }

  .part-2 .view-intro-c .t-c .t {
    width: 100%;
  }

  .part-3 .view-intro-c .t-c .t {
    width: 100%;
  }

  .view .area .info-c {
    margin: 0;
    padding: 0 32px;
  }

  .view .area .info-c .t-c {
    width: 35vw;
  }

  .view .area .info-c .s-c {
    width: 50vw;
  }

  .sound-c {
    right: 32px;
  }

  .sound-c button {
    margin-right: 0;
    padding-right: 0;
  }

  .sound-c .info {
    right: 5em;
  }
}

@media (max-width: 650px) {
  .part-2 .view .area .v-c .t-c {
    width: calc(100vw - 48px);
  }

  .view .area .v-c {
    width: calc(100% - 48px);
  }

  .view .area .info-c {
    margin: 5em 0 0 0;
    padding: 0 24px;
    display: block;
  }

  .part-2 .view .area .v-c .t-c .info .text {
    transform: rotate(-4deg) translate(3em, 0.5em);
  }

  .view .area .info-c .t-c {
    width: 100%;
  }

  .view .area .info-c .s-c {
    width: 100%;
  }

  .view .area .info-c .s-c {
    margin-top: 2.5em;
  }

  .sound-c {
    right: 24px;
    font-size: 0.8em;
  }

  .sound-c button {
    padding-top: 0.2em;
  }
}

@media (max-width: 550px) {
  .view .area .v-c {
    display: block;
  }

  .view .area .v-c .t-c {
    width: 100%;
  }

  .view .area .v-c .fact-box {
    width: 100%;
    margin-top: 1em;
    padding: 1.5em;
    border-radius: 1em;
  }

  .view .area .v-c .fact-box > div {
    font-size: 1.25em;
  }
}

@media (max-width: 450px) {
  .part-2 .view .area .v-c .t-c {
    width: calc(100vw - 40px);
  }

  .view .area .v-c {
    width: calc(100vw - 40px);
  }

  .sound-c {
    right: 20px;
  }

  .view .area .v-c .fact-box {
    padding: 1em;
    border-radius: 0.75em;
  }

  .view .area .v-c .fact-box > div {
    font-size: 1em;
    columns: 2;
  }
}.modal {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow-y: auto;
  display: block;
}
.modal.none {
  display: none !important;
}
.modal.show {
  display: block !important;
}

.modal .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.modal.show .backdrop {
  opacity: 1;
}

.modal > div:last-child {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.modal.scroll > div:last-child {
  width: auto;
  display: block;
}

.modal .modal-c {
  transition: all 0.5s ease-in-out;
  transition-property: transform, opacity;
  transform: translateY(2vh) scale(0.8);
  opacity: 0;
  text-align: left;
}

.modal.show .modal-c {
  transition: all 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal .modal-c > div {
  position: relative;
}

.modal .modal-content {
  display: block;
  padding: 0;
}

.modal .modal-content > div {
  width: calc(100vw - 24px);
  background-color: #FAF6F2;
  border-radius: 0.5em;
}
.modal .modal-content.finish > div {
  width: 64em;
  border-radius: 1em;
}

.modal.wider .modal-content > div {
  width: 64.88889em;
}

.modal .modal-info-c {
  width: calc(100vw - 24px);
  padding: 3em 2em;
}

.modal .modal-info-c .b-c {
  width: 100%;
  margin-top: 2em;
  text-align: center;
}

.modal .modal-info-c .t-c.col-2 > div {
  columns: 2;
}

.modal h3.sm {
  font-size: 1.5em;
  font-family: 'fira-sans';
  font-weight: bold;
  text-transform: none;
  margin-bottom: 1em;
}

.modal .close-c {
  position: absolute;
  top: 1em;
  right: 1em;
}

.modal.show .close-c {
  opacity: 1;
}

.modal button.close,
.modal a.button.close {
  top: 0;
  right: 0;
}

.modal .modal-content.finish .i-c {
  margin: 2em 0 2.5em;
  width: 100%;
  text-align: center;
}

.modal .modal-content.finish img {
  width: 8.33333333em;
  height: 6.372549em;
}

.modal .modal-content.finish .c-c {
  width: calc(100% - 6em);
  margin: 2em 3em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.modal .modal-content.finish .c-c > div {
  width: 42%;
}

/* .modal .modal-content.finish .c-c h3 {
  font-size: 2em;
  font-family: 'brandon-text';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}*/
.modal .modal-content.finish .c-c h3 {
  font-size: 2.5em;
  margin-bottom: 0.4em;
}

.part-1 .modal .modal-content.finish .c-c h3 {
  color: #4D001B;
}
.part-2 .modal .modal-content.finish .c-c h3 {
  color: #093021;
}

.modal .modal-content.finish .e-c {
  width: calc(100% - 6em);
  margin: 4em 3em 0em;
  text-align: center;
}

@media (max-width: 768px) {
  .modal .modal-content.finish > div {
    width: calc(100vw - 48px);
  }

  .modal .modal-content.finish .c-c {
    width: 100%;
    margin: 0;
  }

  .modal .modal-content.finish .c-c > div {
    width: 48%;
  }

  .modal .modal-content.finish img {
    font-size: 0.8em;
  }
}

@media (max-width: 650px) {
  .modal .modal-content.finish > div {
    width: calc(100vw - 24px);
  }

  .modal .modal-content.finish .c-c h3 {
    font-size: 2em;
  }
}

@media (max-width: 550px) {
  .modal .modal-info-c {
    padding: 2em 1.5em;
  }

  .modal .modal-content.finish > div {
    border-radius: 0.75em;
  }

  .modal .modal-content.finish .c-c {
    display: block;
  }

  .modal .modal-content.finish .c-c > div {
    width: 100%;
  }

  .modal .modal-content.finish .i-c {
    margin: 1em 0 1.5em;
  }

  .modal .modal-content.finish .c-c h3 {
    font-size: 1.75em;
    margin-top: 1em;
  }

  .modal .modal-content.finish .e-c {
    margin-top: 2em;
  }
}

@media (max-width: 450px) {
  .modal .modal-content.finish > div {
    width: calc(100vw - 40px);
  }

  .modal .modal-content > div {
    width: calc(100vw - 20px);
  }

  .modal .modal-info-c {
    width: calc(100vw - 20px);
  }

  .modal .modal-content.finish > div {
    width: calc(100vw - 20px);
  }
}.view {
  width: 100%;
  height: 100vh;
}

.content {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.content.in-front {
  z-index: 3;
}
.content.auto-height {
  position: relative;
  height: auto !important;
}

.subpart {
  position: absolute;
  top: 0;
}
.subpart.in-front {
  z-index: 3;
}

.start100vh {
  transform: translateY(100vh);
}
.start50vw {
  transform: translateX(50vw);
}

.content .area {
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: start;
}

.flex.mobile-end {
  display: flex;
  align-items: flex-end;
  justify-content: start;
}

.bg-fullsize {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.bg-fullsize img.fullsize {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.view-header-c {
  width: 100%;
  text-align: center;
}

.view-header-c h1 {
  text-align: center;
}

.view .area.flex {
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .view-intro-c .t-c {
    width: calc(100% - 64px);
    padding: 3em 0;
  }
}

@media (max-width: 650px) {
  .view-intro-c .t-c {
    width: calc(100% - 48px);
  }
}

@media (max-width: 450px) {
  .view-intro-c .t-c {
    width: calc(100% - 40px);
  }

  .view-intro-c .t-c .t {
    width: 100%;
    margin: 0 auto 2em;
  }
}.s-flip-container {
  width: 100%;
}

.s-flip-views {
  width: 100%;
  transition: height 0.5s ease-in-out;
}

.s-flip-container .view-c {
  transition: all 0.5s ease-out;
  transition-property: opacity, transform;
  opacity: 1;
  transform: translateX(0);
}
.s-flip-container .view-c.forward-out {
  opacity: 0;
  transform: translateX(-30vw);
  transition-timing-function: ease-in-out;
}
.s-flip-container .view-c.forward-in {
  opacity: 0;
  transform: translateX(30vw);
  transition-timing-function: ease-out;
}
.s-flip-container .view-c.backward-out {
  opacity: 0;
  transform: translateX(30vw);
  transition-timing-function: ease-in-out;
}
.s-flip-container .view-c.backward-in {
  opacity: 0;
  transform: translateX(-30vw);
  transition-timing-function: ease-out;
}

.s-flip-container .nav {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 2.5em;
  left: 0;
  width: 17em;
  margin: 0 auto;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.s-flip-container .nav.show {
  opacity: 1;
}
.s-flip-container .nav > div {
  position: absolute;
  top: 0;
}
.s-flip-container .nav > div:first-child {
  right: 0;
}
.s-flip-container .nav > div:last-child {
  left: 0;
}
.s-flip-container .nav .dots {
  position: relative;
  width: calc(100% - 6em);
  padding-top: 0.6em;
  margin: 0 auto;
  width: 17em;
  text-align: center;
}
.s-flip-container .nav .dots > div {
  display: inline-block;
  width: 0.55556em;
  height: 0.55556em;
  margin: 0.44444em;
}
.s-flip-container .nav .dots > div > div {
  width: 0.55556em;
  height: 0.55556em;
  border-radius: 50%;
  background-color: transparent;
  border: 0.13333em solid #D2EDAF;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, opacity, transform, border-color;
}
.s-flip-container .nav.dark .dots > div > div {
  border-color: #093021;
}
.s-flip-container .nav .dots > div.active > div {
  background-color: #D2EDAF;
  transform: scale(1.4);
  opacity: 1;
}
.s-flip-container .nav.dark .dots > div.active > div {
  background-color: #093021;
}

.s-flip-container .nav.red .dots > div > div {
  border-color: #CD0921;
}
.s-flip-container .nav.red .dots > div.active > div {
  background-color: #CD0921;
}.c-cards {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.c-cards .c-c {
  position: relative;
  width: 100vw;
  height: 34.77778em;
  margin-top: 2em;
}

.c-cards .info {
  position: absolute;
  top: -4em;
  left: 4em;
  width: 27.77778em;
  height: 3.88889em;
}

.c-cards .info .text {
  width: 7.7em;
  color: #000;
}

.c-cards .info .arrow {
  position: absolute;
  top: -0.6em;
  right: 0.7em;
  width: 5.33333em;
  height: 1.77778em;
  background: transparent url('../images/arrow-2-black.svg') no-repeat;
  background-size: 100%;
}

.c-cards .c {
  width: 500em;
  margin-left: 4.44444em;
  height: 34.77778em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.c-cards .c > div {
  transition: all 0.4s ease;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(3em, 4em) scale(0.8);
  width: 28.22222em;
  height: 34.77778em;
  margin-right: 1.77778em;
}
.c-cards .c > div.c-flip-in {
  transition-duration: 0.7s;
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.c-cards .c > div.c-flip-in:nth-child(1) {
  transition-delay: 0s;
}
.c-cards .c > div.c-flip-in:nth-child(2) {
  transition-delay: 0.1s;
}
.c-cards .c > div.c-flip-in:nth-child(3) {
  transition-delay: 0.2s;
}
.c-cards .c > div.c-flip-in:nth-child(4) {
  transition-delay: 0.3s;
}
.c-cards .c > div.c-flip-in:nth-child(5) {
  transition-delay: 0.4s;
}
.c-cards .c > div.c-flip-in:nth-child(6) {
  transition-delay: 0.5s;
}
.c-cards .c > div.c-flip-in:nth-child(7) {
  transition-delay: 0.6s;
}

.c-cards .c button.card {
  font-family: 'fira-sans';
  position: relative;
  width: 28.22222em;
  height: 34.77778em;
  border: 0;
  border-radius: 1.33333em;
  background-color: #FAF6F2;
  padding: 0;
  box-shadow: 0.11111em 0.22222em 2.77778em rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  transition: all 0.4s ease;
  transition-property: background-color, transform, box-shadow;
}

.c-cards .c button.card .i-c {
  width: 100%;
  height: 20em;
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cards .c button.card .i-c img {
  width: 28.22222em;
  height: 20em;
}

.c-cards .c button.card .t-c {
  display: block;
  width: 28.22222em;
  padding: 0 1.77778em 0.6em;
  color: #291710;
}

.c-cards .c button.card .t-c .icon {
  display: block;
  width: 3.88889em;
  height: 3.88889em;
  margin-bottom: 0.72222em;
  transition: all 0.4s ease-in-out;
  transition-property: opacity, transform;
}
.c-cards .c button.card .t-c .icon.bounce {
  opacity: 1 !important;
  transition-property: transform;
  animation: c-cards-bounce 1s ease-in-out 1;
  animation-fill-mode: forwards;
}
.c-cards .c button.card .t-c .icon.fade {
  opacity: 0;
}
@keyframes c-cards-bounce {
	0% {
		transform: scale(1);
	}

	16% {
		transform: scale(1.2);
	}

	28% {
		transform: scale(0.9);
	}

	44% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.c-cards .c button.card .t-c .icon img {
  width: 3.88889em;
  height: 3.88889em;
}

.c-cards .c button.card .t-c .title {
  display: block;
  font-weight: 500;
  font-size: 1.77778em;
  line-height: 1.25;
  color: #4D001B;
}

@media (hover: hover) {
  .c-cards .c button.card:hover {
    z-index: 10;
    transition-duration: 0.1s;
    box-shadow: 0 0.4em 3em rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transform: scale(1.03);
  }
}

.c-cards .c button.card.touched {
  z-index: 10;
  transition-duration: 0s;
  box-shadow: 0 0.4em 3em rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transform: scale(1.03);
}

.c-cards .c button.card:focus {
  z-index: 10;
  transition-duration: 0.1s;
  box-shadow: 0 0.4em 3em rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transform: scale(1.03);
}

.c-cards .dots {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  width: 27em;
  height: 2em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cards .dots > div {
  width: 1.5em;
  height: 0.44444em;
  margin: 0.44444em;
  border-radius: 0.13889em;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.c-cards .dots > div.active {
  opacity: 1;
}

.c-cards .nav {
  position: absolute;
  right: 3.5em;
  bottom: 3.5em;
  width: 7em;
  display: flex;
  align-items: center;
  justify-content: right;
}

.c-cards .nav-2 {
  position: absolute;
  right: 0;
  bottom: 3.5em;
  left: 0;
  width: 5em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(2em);
}
.c-cards .nav-2.show {
  opacity: 1;
  transform: translateY(0);
}

.c-cards .card-expanded {
  position: absolute;
  z-index: 11;
  border-radius: 1.33333em;
  background-color: #fff;
  transition: all 0.7s ease;
  transition-property: opacity, border-radius, background-color, top, right, bottom, left;
}
.c-cards .card-expanded.bg-pale-peach {
  background-color: #F7E1D5;
}

.c-cards .card-expanded.expanded {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 0;
  background-color: #F7E1D5;
}
.c-cards .card-expanded.fade {
  opacity: 0;
}

.c-cards .card-expanded .card-c {
  width: 100vw;
  height: 100vh;
  transition: opacity 0.4s ease-in-out;
}
.c-cards .card-expanded .card-c.fade {
  opacity: 0;
}
.c-cards .card-expanded .card-c-c {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16.44444em;
  opacity: 0;
  transition: all 0.7s ease;
  transition-property: opacity, transform, padding-right, padding-left;
}
.c-cards .card-expanded .card-c.answered .card-c-c {
  transform: translateX(-50vw);
  padding-right: 12.5vw;
  padding-left: 12.5vw;
}
.c-cards .card-expanded.expanded .card-c .card-c-c {
  opacity: 1;
}

.c-cards .card-expanded .card-c .c-2 {
  position: relative;
  width: 100%;
}

.c-cards .card-expanded .card-c .c-2 .t-c {
  width: 35.16667em;
  min-height: 23.33333em;
  transition: opacity 0.3s ease-in-out;
}
.c-cards .card-expanded .card-c.answered .c-2 .t-c {
  opacity: 0;
}

.c-cards .card-expanded .card-c .c-2 .example {
  margin-bottom: 1em;
}

.c-cards .card-expanded .card-c .c-2 h3 {
  margin-bottom: 0.3em;
  padding-right: 1.5em;
}

.c-cards .card-expanded .card-c .t-c p {
  line-height: 1.44444;
}

.c-cards .card-expanded .card-c .c-2 .t-c .q {
  font-weight: bold;
  font-size: 1.33333em;
  line-height: 1.44444;
  margin-top: 1.8em;
  color: #CD0921;
}

.c-cards .card-expanded .card-c .c-2 .buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
  padding-top: 1.5em;
}

.c-cards .card-expanded .card-c .c-2 .buttons .info {
  position: absolute;
  top: -2.8em;
  left: -4.5em;
  width: 27.77778em;
  height: 3.88889em;
  transition: all 0.3s ease-in-out;
  transition-property: opacity, transform;
  transform: translateY(-1em);
  opacity: 0;
}
.c-cards .card-expanded .card-c .c-2 .buttons .info.show {
  transform: translateY(0);
  opacity: 1;
}

.c-cards .card-expanded .card-c .c-2 .buttons button.answer,
.c-cards .card-expanded .card-c .c-2 .buttons .button-result {
  font-family: 'fira-sans';
  display: block;
  transition-duration: 0.1s;
  width: 100%;
  height: 5.77778em;
  border: 0;
  border-radius: 0.88889em;
  margin-bottom: 2.22222em;
  padding: 0 1.33333em;
  background-color: #FAF6F2;
  color: #291710;
  text-align: left;
  overflow: hidden;
}
.c-cards .card-expanded .card-c .c-2 .buttons .button-result {
  position: relative;
  padding: 0;
}
.c-cards .card-expanded .card-c .c-2 .buttons button.answer:last-child,
.c-cards .card-expanded .card-c .c-2 .buttons .button-result:last-child {
  margin-bottom: 0;
}
.c-cards .card-expanded .card-c .c-2 .buttons button.answer[disabled] {
  opacity: 1;
}

@media (hover: hover) {
  .c-cards .card-expanded .card-c .c-2 .buttons button.answer:hover {
    z-index: 10;
    transition-duration: 0s;
    box-shadow: 0 0.22222em 1.11111em rgba(0, 0, 0, 0.25);
    background-color: #CD0921;
    color: #FAF6F2;
    font-weight: bold;
  }
}

.c-cards .card-expanded .card-c .c-2 .buttons button.answer.touched,
.c-cards .card-expanded .card-c .c-2 .buttons button.answer:focus,
.c-cards .card-expanded .card-c .c-2 .buttons button.answer.answered,
.c-cards .card-expanded .card-c .c-2 .buttons .button-result.answered {
  z-index: 10;
  transition-duration: 0.3s;
  box-shadow: 0 0.22222em 1.11111em rgba(0, 0, 0, 0.25);
  background-color: #CD0921;
  color: #FAF6F2;
  font-weight: bold;
}

.c-cards .card-expanded .card-c .c-2 .buttons button.answer.touched {
  transition-duration: 0s;
}

.c-cards .card-expanded .card-c .c-2 .buttons button.answer.answered,
.c-cards .card-expanded .card-c .c-2 .buttons .button-result.answered {
  box-shadow: none;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-result.answered.fade-bg {
  background-color: #FAF6F2;
  transition-duration: 0.7s;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-result > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  transition: width 1s ease;
}
.c-cards .card-expanded .card-c .c-2 .buttons .button-result > div:last-child {
  color: #fff;
  background-color: #4D001B;
  width: 0%;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-result > div > div {
  padding: 0 1.33333em;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-infos {
  position: absolute;
  top: 0;
  right: -5em;
  width: 5em;
  padding-top: 1.5em;
  transition: opacity 0.3s ease-in-out 0.5s;
}
.c-cards .card-expanded .card-c .c-2 .buttons .button-infos.fade {
  opacity: 0;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-infos > div {
  width: 100%;
  height: 5.77778em;
  margin-bottom: 2.22222em;
  padding: 0 1.33333em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-cards .card-expanded .card-c .c-2 .buttons .button-infos > div:last-child {
  margin: 0;
}

.c-cards .card-expanded .card-c .c-2 .buttons .button-infos > div > div {
  font-size: 1.33333em;
  white-space: nowrap;
}

.c-cards .card-expanded .card-c-i {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12.5vw 2em;
  transition: all 0.7s ease;
  transition-property: transform, opacity;
  transform: translateX(50vw);
  background-color: #FAF6F2;
  text-align: center;
  opacity: 0;
}
.c-cards .card-expanded .card-c.answered .card-c-i {
  transform: translateX(0);
}
.c-cards .card-expanded.expanded .card-c-i {
  opacity: 1;
}

.c-cards .card-expanded .card-c-i > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-cards .card-expanded .card-c-i img {
  width: 32.5em;
  height: 21.33333em;
}

.c-cards .card-expanded .card-c-i .t-c {
  width: 25.61111em;
  padding-top: 2em;
}

.c-cards .card-expanded .nav {
  position: absolute;
  right: 50vw;
  left: 0;
  bottom: 3em;
  width: 13em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.c-cards .card-expanded.expanded .card-c.answered .nav {
  transition-duration: 0.3s;
  transition-delay: 0.8s;
  opacity: 1;
}
.c-cards .card-expanded .nav button {
  margin-right: 0 !important;
}

.c-cards .card-expanded .nav.fade {
  opacity: 0 !important;
}

.c-cards .card-expanded .b-close {
  margin-top: 2em;
}
.c-cards .card-expanded .b-close button {
  min-width: auto !important;
  margin-left: -1.4em;
}

@media (min-width: 1686px) and (max-width: 1825px) {
  .c-cards .card-expanded .card-c-c {
    padding: 0 12em;
  }
}

@media (min-width: 769px) and (max-width: 1685px) {
  .c-cards .card-expanded .card-c-c {
    padding: 0 9em;
  }
}

/* @media (min-width: 769px) and (max-height: 980px) and (min-aspect-ratio: 2/1) {
  .c-cards {
    font-size: 0.9em;
  }
} */

@media (min-width: 769px) and (max-height: 980px) and (min-aspect-ratio: 2/1) {
  .c-cards {
    font-size: 0.85em;
  }
}

@media (max-width: 768px) {
  .c-cards .dots > div {
    width: 1em;
    height: 0.3125em;
    margin: 0.3125em;
    border-radius: 0.1em;
  }

  .c-cards .c-c {
    font-size: 0.8125em;
  }

  .c-cards .info {
    left: 32px;
  }

  .c-cards .c {
    margin-left: 32px;
  }

  .c-cards .card-expanded .card-c-c {
    padding: 0 32px;
  }

  .c-cards .card-expanded .card-c .c-2 .t-c {
    width: 50vw;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons {
    width: 33.3333vw;
    padding-top: 2.5em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .info {
    top: -1em;
    left: -1em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons button.answer,
  .c-cards .card-expanded .card-c .c-2 .buttons .button-result {
    height: 5em;
    border-radius: 0.6em;
    margin-bottom: 1.5em;
    padding: 0 1em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .button-result > div > div {
    padding: 0 1em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .button-infos {
    padding-top: 2.5em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .button-infos > div {
    height: 5em;
    margin-bottom: 1.5em;
    padding: 0 1em;
  }

  .c-cards .card-expanded .card-c-i img {
    width: 40vw;
    height: 26.25640615vw;
  }

  .c-cards .card-expanded .card-c-i .t-c {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .c-cards .info {
    left: 24px;
  }

  .c-cards .c {
    margin-left: 24px;
  }

  .c-cards .card-expanded .card-c-c {
    padding: 100px 24px 0;
    display: block;
  }

  .c-cards .card-expanded .card-c .c-2 .t-c {
    width: 100%;
    min-height: 260px;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons {
    position: relative;
    width: calc(100% - 5em);
  }

  .c-cards .card-expanded .card-c .c-2 .buttons button.answer,
  .c-cards .card-expanded .card-c .c-2 .buttons .button-result {
    height: 4em;
    border-radius: 0.5em;
    margin-bottom: 1em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .button-infos > div {
    height: 4em;
    margin-bottom: 1em;
  }

  .c-cards .card-expanded .card-c.answered .card-c-c {
    transform: translateY(-10.5em);
    padding: 0 24px;
  }
  /* .c-cards .card-expanded .card-c.card-1.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-2.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-5.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-7.answered .card-c-c {
    transform: translateY(-10.5em);
  } */

  .c-cards .card-expanded .card-c .c-2 .buttons .info {
    left: 0;
  }

  .c-cards .card-expanded .card-c-i {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 24px;
    background-color: transparent;
    transform: translateY(0);
  }
  .c-cards .card-expanded .card-c.answered .card-c-i {
    transform: translateY(-50vh);
  }
  .c-cards .card-expanded .card-c.card-7.answered .card-c-i {
    transform: translateY(-55vh);
  }

  .c-cards .card-expanded .nav {
    right: 0;
  }

  .c-cards .card-expanded .card-c-i img {
    display: none;
  }
}

@media (max-width: 550px) {
  .c-cards .c-c {
    font-size: 0.75em;
  }

  .c-cards .nav {
    right: 24px;
    bottom: 32px;
  }

  .c-cards .card-expanded .nav {
    bottom: 24px;
  }

  .c-cards .nav-2 {
    bottom: 32px;
  }
}

@media (max-width: 450px) {
  .c-cards .info {
    left: 20px;
  }

  .c-cards .c {
    margin-left: 20px;
  }

  .c-cards .card-expanded .card-c-c {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-cards .card-expanded .card-c .c-2 .t-c {
    min-height: 217px;
  }

  .c-cards .card-expanded .card-c.answered .card-c-c {
    padding: 0 20px;
    transform: translateY(-8em);
  }

  .c-cards .card-expanded .card-c.card-1.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-2.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-3.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-4.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-5.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-6.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-7.answered .card-c-c {
    transform: translateY(-8.5em);
  }

  .c-cards .card-expanded .card-c-i {
    padding: 0 20px;
  }

  .c-cards .card-expanded .card-c .c-2 .example {
    margin-bottom: 0.5em;
  }

  .c-cards .card-expanded .card-c .c-2 .t-c .q {
    margin-top: 1em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons {
    padding-top: 1.5em;
  }

  .c-cards .card-expanded .card-c .c-2 .buttons .button-infos {
    padding-top: 1.5em;
  }

  .c-cards .card-expanded .nav {
    bottom: 16px;
  }
}

@media (max-width: 375px) {
  .c-cards .card-expanded .card-c-c {
    padding: 70px 20px 0;
  }

  .c-cards .card-expanded .card-c.answered .card-c-c {
    transform: translateY(-13em);
  }
  .c-cards .card-expanded .card-c.card-1.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-2.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-5.answered .card-c-c,
  .c-cards .card-expanded .card-c.card-7.answered .card-c-c {
    transform: translateY(-11.5em);
  }
}.part-1 .c-completed {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9.94444em 0 16.44444em;
}

.part-1 .c-completed .t-c {
  position: relative;
  width: 38.16667em;
}

.part-1 .c-completed .t-c h2 {
  position: absolute;
  top: -1.1em;
  left: -1.25em;
  transform: rotate(-4deg);
  font-family: 'biro-script';
  font-size: 2.77778em;
  line-height: 0.68;
  text-transform: none;
  font-weight: normal;
  color: #CD0921;
}

.part-1 .c-completed .t-c h3 {
  line-height: 1;
  padding-right: 2.5em;
  margin-bottom: 0.3em;
}
.part-1 .c-completed .t-c h3 b {
  color: #CD0921;
}

.part-1 .c-completed .b-c {
  margin-top: 3.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.part-1 .c-completed .t-c p {

  line-height: 1.44444;
}

.part-1 .c-completed .i-c {
  position: relative;
  width: 33.16667em;
  height: 45.38889em;
}

.part-1 .c-completed .i-c img {
  position: absolute;
  left: 0;
}

.part-1 .c-completed .i-c img.bmp {
  width: 33.16667em;
  height: 44.16667em;
  top: 0;
}

.part-1 .c-completed .i-c img.svg {
  width: 33.16667em;
  height: 30.27778em;
  bottom: 0;
}

.part-1 .c-completed .i-c .b-c {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.part-1 .c-completed .i-c .b-c.one {
  top: 19em;
  left: 1.5em;
  color: #291710;
}
.part-1 .c-completed .i-c .b-c.two {
  top: 31em;
  left: 13.77778em;
  color: #FAF6F2;
}

.part-1 .c-completed .i-c .b-c .c {
  animation: clickpoint-bounce 4s ease infinite;
  animation-fill-mode: forwards;
}
.part-1 .c-completed .i-c .b-c.two .c {
  animation-delay: 1.5s;
}

.part-1 .c-completed.fixed .i-c .b-c .c,
.part-1 .c-completed .i-c .b-c .c:hover {
  animation: none;
}

@keyframes clickpoint-bounce {
  0% {
    transform: scale(1);
	}
  5% {
    transform: scale(1.3);
	}
  15% {
    transform: scale(0.85);
	}
  25% {
    transform: scale(1.06);
	}
  35% {
		transform: scale(0.97);
	}
  45% {
		transform: scale(1.015);
	}
  50% {
		transform: scale(1);
	}
  100% {
    transform: scale(1);
  }
}

.part-1 .c-completed .i-c .b-c > *:first-child {
  margin-right: 0.88889em;
}
.part-1 .c-completed .i-c .b-c .label {
  font-size: 1.22222em;
}

.part-1 .c-completed .f {
  position: absolute;
  background-color: #CD0921;
  color: #FAF6F2;
  padding: 3em;
  transition: all 0.6s ease;
  transition-property: opacity, transform;
}
.part-1 .c-completed .f.fade {
  opacity: 0;
  transform: translateY(-1em) scale(0.95);
}

.part-1 .c-completed .f.one {
  left: 12.5em;
  bottom: 23.33333em;
  width: 14.5em;
  border-radius: 1.33333em 1.33333em 1.33333em 0;
}

.part-1 .c-completed .f.two {
  right: 19.77778em;
  bottom: 11.11111em;
  width: 35.5em;
  border-radius: 1.33333em 1.33333em 0 1.33333em;
}

.part-1 .c-completed .f .t-c {
  width: 100%;
  font-size: 1.22222em;
  display: block;
}
.part-1 .c-completed .f.two .t-c {
  columns: 2;
}

@media (min-width: 1698px) and (max-width: 1820px) {
  .part-1 .c-completed {
    padding-left: 7em;
  }
}

@media (min-width: 769px) and (max-width: 1699px) {
  .part-1 .c-completed {
    padding: 0 4em;
  }

  .part-1 .c-completed .t-c h2 {
    left: -0.5em;
  }
}

@media (min-width: 769px) and (max-height: 980px) and (max-aspect-ratio: 2/1) {
  .part-1 .c-completed .i-c {
    font-size: 0.9em;
  }
}

@media (min-width: 769px) and (min-aspect-ratio: 2/1) {
  .part-1 .c-completed {
    max-width: 200vh;
    margin: 0 auto;
    padding: 0 5em 0 5em;
  }
}

@media (max-width: 768px) {
  .part-1 .c-completed {
    padding: 0 32px;
  }

  .part-1 .c-completed .t-c {
    width: 50%;
  }

  .part-1 .c-completed .t-c h2 {
    left: 0;
    font-size: 2.125em;
  }

  .part-1 .c-completed .i-c {
    position: relative;
    width: calc(50vw - 64px);
    height: calc(68.42545543vw - 87.58458296px);
    /* width: 33.16667em;
    height: 45.38889em; */
  }

  .part-1 .c-completed .i-c img.bmp {
    width: calc(50vw - 64px);
    height: calc(68.42545543vw - 87.58458296px);
  }
  .part-1 .c-completed .i-c img.svg {
    width: calc(50vw - 64px);
    height: calc(45.64488988vw - 58.42545905px);
  }

  .part-1 .c-completed .i-c .b-c .label {
    font-size: 1em;
  }

  .part-1 .c-completed .i-c .b-c.one {
    top: 35%;
    left: 4%;
  }

  .part-1 .c-completed .i-c .b-c.two {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 4%;
  }

  .part-1 .c-completed .f {
    padding: 2em;
  }

  .part-1 .c-completed .f.one {
    top: 2em;
    right: 25vw;
    left: auto;
    bottom: auto;
    width: 12em;
    border-radius: 1em 1em 0 1em;
  }

  .part-1 .c-completed .f.two {
    right: 26vw;
    bottom: 6em;
    width: 25em;
    border-radius: 1em 1em 0 1em;
  }

  .part-1 .c-completed .f .t-c {
    font-size: 1em;
  }
}

@media (max-width: 650px) {
  .part-1 .c-completed {
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .part-1 .c-completed .t-c {
    width: 100%;
  }

  .part-1 .c-completed .b-c {
    margin-top: 1.5em;
  }

  .part-1 .c-completed .i-c {
    width: calc(50vw - 64px);
    height: calc(50vw - 64px);
    overflow: hidden;
    margin: 0.5em 0 0 1.5em;
    float: right;
  }

  .part-1 .c-completed .i-c img.bmp {
    transform: translateY(-15vw);
  }

  .part-1 .c-completed .i-c .b-c.one {
    top: 10%;
  }

  .part-1 .c-completed .b-cs {
    width: 100%;
    display: block;
  }

  .part-1 .c-completed .b-cs .b-c {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1em;
  }

  .part-1 .c-completed .b-cs .b-c .label {
    margin-left: 1em;
  }
}

@media (max-width: 550px) {
  .part-1 .c-completed .t-c h3 {
    padding-right: 0;
  }
}

@media (max-width: 550px) {
  .part-1 .c-completed {
    padding: 0 20px;
  }
}
